@charset "utf-8"; /* bannerBox */
.fullSlide * {
    zoom:1}

.fullSlide {
    position: relative;
    margin: 0 auto;
    height: 718px;
    overflow: hidden;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd li img {
    width: 100%;
    vertical-align: top;
}

.fullSlide .bd li a {
	display: inline-block;
	height: 718px;
	width: 100%;
}


.fullSlide .hd {
    position: relative;
    z-index: 1;
    top: -110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    filter: alpha(opacity=60);
    /* opacity:0.6; */
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom:1;
	width: 28px;
    height: 28px;
    margin: 5px;
    background: url(/template/images/tg_flash_p.png) no-repeat center right;
    overflow: hidden;
    font-size: 0;
}

.fullSlide .hd ul .on {
    background-position: 0 0;
}

.fullSlide .prev,.fullSlide .next {
    z-index: 1;
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    margin: -21% 0 0 3%;
    float: left;
    background: url(/template/images/arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.fullSlide .next {
    background-position: right 0;
    float: right;
    margin-right: 3%
}

.fullSlide .prev:hover,.fullSlide .next:hover {
    filter: alpha(opacity=50);
    opacity: 0.5
}
